Add Sub Group

Add a group as a child group to another group. If the parent group has a role in a project, the child group members will inherit that role.

Request
path Parameters
groupId
required
string
Request Body schema: application/json
sub_group_id
required
string
Responses
200

Ok

post/groups/{groupId}/subgroups
Request samples
application/json
{
  • "sub_group_id": "string"
}
Response samples
application/json
{
  • "sub_group_id": "newChildGroupId"
}